Tagged: iOS 16
There are 22 items tagged #iOS 16.
And there a lots of other tags to explore.
There are 22 items tagged #iOS 16.
And there a lots of other tags to explore.
In iOS 16, we can also set the size of a ProgressView, but it isn't straightforward as we do in UIKit. Let's learn how to do it.
Let's learn how easy it is to pop or dismiss a view from a NavigationStack, a new navigation view in iOS 16.
In IOS 16, SwiftUI comes up with a better way to manipulate a navigation path. This makes it possible to pop a navigation stack to the root view.
In iOS 16, SwiftUI finally got a new modifier to disable scrolling in ScrolView and List.
In iOS 16, we can adjust a List row separator insets with the new alignment, listRowSeparatorLeading.
In iOS 16, SwiftUI got a way to change the bottom tab bar background color with the new modifier, toolbarBackground.
In iOS 16, Apple introduces three new width styles to the SF font family. Let's see what they look like and how to use them.
In iOS 16, SwiftUI got a new tool, AnyLayout, that makes it possible to transition between layouts while maintaining the identity of the views.
If you have a layout that the built-in layout like VStack and HStack can't serve, you can create a custom one in iOS 16. Let's learn how to do it.
Making SwiftUI views responsive usually involves a lot of GeometryReaders and if-else. In iOS 16, SwiftUI got a new view that makes it easier. Let's learn how to do it.
A navigation bar is an essential part of iOS apps. It is a part where we usually apply color to match our branding. In iOS 16, we can customize a navigation bar purely in SwiftUI.
Variable Color is a new feature of SF Symbols that allows you to change the appearance of a symbol based on a percentage value. Let's learn what it is and how to use it.
In iOS, we have dedicated built-in ways to dismiss the keyboard in scrollable content. Let's learn how to set that in SwiftUI.
In iOS 16, we got a native way to present a bottom sheet in SwiftUI. Let's explore its behavior and limitation.
In iOS 16, we got a big improvement over lineLimit modifiers. Let's see what we can do with it.
In iOS 16, Apple allows users to grant or deny pasteboard reading permission before it happens. Let's see what that means to users.
In iOS 16, the URL got a whole pack of type properties that reference a different path within a user domain, e.g., URL.documentsDirectory.
In iOS 16, we finally got a native way to change the background color of a list view in SwiftUI.
In iOS 16, we have a new view to select multiple dates. Let's explore its capabilities.
In iOS 16, we can create a multiple text field with new initializers and a little help from the .lineLimit(_:) modifier.
See all tags.